const runtime._EPOLL_CTL_DEL

2 uses

	runtime (current package)
		defs_linux_amd64.go#L101: 	_EPOLL_CTL_DEL = 0x2
		netpoll_epoll.go#L73: 	return -epollctl(epfd, _EPOLL_CTL_DEL, int32(fd), &ev)